<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*�割唱絎∽��篁ｇ��綣�紮�*/
.fixed {
  position: fixed;
  width: 76px;
  height: auto;
  right: 10px;
  top: 210px;
  z-index: 800;
}
.fixed .list,
.list .item .pop1,
.list .item .pop2 {
  background-size: cover !important;
  box-sizing: border-box;
}
.fixed .list {
  height: 322px;
  background: url(../image/qwfixed-bg.png) no-repeat center;
  margin-bottom: 10px;
  padding-top: 3px;
  position: relative;
  width: 100%;
}
.fixed-close {
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../image/close.png) no-repeat center;
  background-size: 14px 14px;
  top: -10px;
  right: -18px;
}
.fixed .list .item img.icon {
  width: 25px;
  height: 22px;
  margin-bottom: 6px;
}
.fixed .list .item {
  display: block;
  position: relative;
  width: 100%;
  height: 72px;
  padding-top: 13px;
  border-top: 1px solid #005ad7;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.fixed .list .item:hover {
  background-color: #1048cc;
}
.list .item .pop1,
.list .item .pop2 {
  display: none;
  position: absolute;
  left: -220px;
  width: 220px;
  text-align: left;
}
.list .item .pop1 {
  background: url(../image/qiwei2-bg.png) no-repeat center;
  top: -13px;
  height: 242px;
  padding: 26px 0 0 30px;
}
.list .item:hover .pop1,
.list .item:hover .pop2 {
  display: block;
}
.list .item .pop1 p {
  font-size: 16px;
  color: #3d4043;
  font-weight: 500;
  line-height: 1.2;
}
.list .item .pop1 img {
  width: 154px;
  height: 154px;
}
.list .item .pop2 {
  top: -9px;
  height: 93px;
  background: url(../image/qiwei4-bg.png) no-repeat center;
  padding: 25px 0 0 22px;
}
.list .item .pop2 img {
  width: 42px;
  height: 42px;
  float: left;
  margin-right: 7px;
}
.polit1-popup-logo {
  display: block;
  width: 76px;
  height: 76px;
  position: relative;
  margin: 0 auto;
  transform: scale(1.05);
}
.consult-gif,
.fixed .mes {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.fixed .mes {
  top: 1px;
  right: 3px;
  z-index: 440;
  background: url(../image/mes-icon.png) center center no-repeat;
  background-size: cover !important;
  position: absolute;
  width: 30px;
  height: 23px;
  line-height: 20px;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.consult-gif {
  display: block;
  margin: -4px auto 4px;
  min-width: inherit;
  font-weight: 500;
  width: 68px;
  height: 26px;
  border-radius: 2px;
  line-height: 26px;
  background: 0 0;
  position: relative;
}
.consult-gif span {
  -webkit-animation: toggle 2s infinite linear alternate;
  -moz-animation: toggle 2s infinite linear alternate;
  animation: toggle 2s infinite linear alternate;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.consult-gif div {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  background-size: 5px 5px;
}
.consult-gif div:nth-child(2) {
  left: 22px;
  top: 10px;
  animation: jump-1 1200ms linear infinite, dots-toggle 2s linear infinite alternate;
}
.consult-gif div:nth-child(3) {
  left: 32px;
  top: 9px;
  animation: jump-2 1200ms linear infinite, dots-toggle 2s linear infinite alternate;
}
.consult-gif div:nth-child(4) {
  left: 42px;
  top: 10px;
  animation: jump-3 1200ms linear infinite, dots-toggle 2s linear infinite alternate;
}
@keyframes dots-toggle {
  0%,
  10%,
  20%,
  30%,
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes jump-1 {
  0%,
  33.3% {
    transform: translateY(0);
  }
  16.7% {
    transform: translateY(-1px);
  }
  50% {
    transform: translateY(1px);
  }
}
@keyframes jump-2 {
  0% {
    transform: translateY(0);
  }
  16.7%,
  50% {
    transform: translateY(1px);
  }
  33.3% {
    transform: translateY(2px);
  }
}
@keyframes jump-3 {
  0%,
  33.3% {
    transform: translateY(0);
  }
  16.7% {
    transform: translateY(1px);
  }
  50% {
    transform: translateY(-1px);
  }
}
@keyframes toggle {
  0%,
  10%,
  20%,
  30%,
  40% {
    opacity: 1;
  }
  50%,
  60%,
  70%,
  80%,
  90%,
  to {
    opacity: 0;
  }
}
#icon_top {
  display: none;
}
.fixed-phone {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 150px;
  left: 0;
}
.miji {
  position: relative;
  width: 76px;
  height: 71px;
  padding-top: 12px;
  box-sizing: border-box;
  background-color: #edf2fb;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  color: #444;
  text-align: center;
  cursor: pointer;
}
.miji:hover {
  border-color: #296df6;
}
.miji img {
  width: 28px;
  height: 27px;
  margin-bottom: 5px;
}
.miji span {
  width: 25px;
  height: 12px;
  line-height: 12px;
  background: #ffce00;
  font-size: 10px;
  color: #ad5d32;
  position: absolute;
  top: 0;
  right: 0;
}
.miji .pop,
.miji .pop .txt p.cir:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.miji .pop {
  display: none;
  background: url(../image/qiwei1-bg.png) no-repeat center;
  background-size: cover;
  padding: 11px 0 0 10px;
  box-sizing: border-box;
  left: -220px;
  width: 220px;
  height: 98px;
}
.miji:hover .pop {
  display: block;
}
.miji .pop img {
  width: 76px;
  height: 76px;
  margin-right: 5px;
  float: left;
}
.miji .pop .txt p.cir {
  font-size: 12px;
  color: #898a8a;
  padding-left: 8px;
  position: relative;
  line-height: 1.5;
}
.miji .pop .txt p.cir:after {
  content: "";
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #9fbefa;
}
.col-3D4043 {
  color: #3d4043;
}
.col-0D5DFF {
  color: #0d5dff;
}

.polit1-popup-f1 {
  z-index: 400;
  background: url(../image/triangle.png) center no-repeat;
  -webkit-animation: rotate 3s cubic-bezier(0.4, 0.2, 0.4, 1) infinite;
  -o-animation: rotate 3s cubic-bezier(0.4, 0.2, 0.4, 1) infinite;
  animation: rotate 3s cubic-bezier(0.4, 0.2, 0.4, 1) infinite;
}
.polit1-popup-f1,
.polit1-popup-f2,
.polit1-popup-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.polit1-popup-head {
  z-index: 430;
  background: url(../image/head@2x.png) center no-repeat;
}

p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: 0 0;
}
a {
  background: 0 0;
  text-decoration: none;
}


/* �割唱絎∽��篁ｇ��膸��� */

/* 綣合�篁ｇ��綣�紮� */

.sidkftel {
  font-size: 16px;
  color: #1e3988;
  margin-bottom: 12px;
}
.sidkftel b {
  font-size: 18px;
  padding-left: 5px;
  color: #da251e;
}

.mayb_serv {
  width: 352px;
  border: 2px solid #1e3988;
  padding: 10px;
  background: #fff;
  font-family: "microsoft yahei";
  position: fixed;
  right: 50%;
  margin-right: -182px;
  top: 300px;
  z-index: 999;
}
.mayb_serv h3 {
  margin-bottom: 10px;
}
.mayb_serv h3 span {
  font-size: 20px;
  color: #1e3988;
}
.mayb_serv .fxgbll {
  width: 21px;
  height: 21px;
  background: url(../image/xxl_close.png) no-repeat;
  margin-top: 2px;
  cursor: pointer;
  margin-right: 30px;
  display: block;
  position: absolute;
  right: 0;
  top: 22px;
}
.mayb_serv .btn a {
  display: inline-block;
  width: 140px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #079292;
  color: #464646;
  font-size: 14px;
}
.mayb_serv .btn a .qq {
  background: #1e3988;
  color: #fff;
  margin-right: 22px;
  border: 1px solid #1e3988;
}
.mayb_serv .btm {
  font-size: 14px;
  color: #666;
  padding-top: 10px;
}

/* 綣合�篁ｇ��膸��� */
</pre></body></html>